Welcome![Sign In][Sign Up]
Location:
Search - create frame

Search list

[WEB CodeCSS

Description: 介绍:一、 什么是层叠样式表二、 如何建立样式三、 将层叠样式单放在何处四、 创建并引用样式类五、 字体属性六、 字体与文本属性七、 颜色与图像属性八、 边框属性九、 滚动条属性十.方块属性,十一、 其它属性,十二、 滤镜-presentations : one, what is the style sheet stack two, how to establish a pattern 3, etc on the single format where four, Create and use patterns category five, six font attributes, and text font attributes seven, color and image attributes 8, 9 frame attributes, rolling of the 10 attributes. box attributes, 11, and other attributes, 12, filter
Platform: | Size: 441599 | Author: fivecay | Hits:

[Menu controlmulcle

Description: 一个SDI(单文档界面)的应用,通过File菜单中的Create New Frame命令能够创建一个位于顶层的SDI应用,但关闭主应用后其它的窗口也将关闭,程序由Visual C++ 5.0开发-an SDI (single-document interface) applications, through the File menu on the Create New Frame order to create one at the top of SDI applications, but closed after the other main application window will be closed and procedures developed in Visual C 5.0
Platform: | Size: 30743 | Author: 王西 | Hits:

[GUI Develop进度条、对话框设计

Description: 进度条的设计,掌握颜色选择器对话框的使用,文件选择器对话框的使用,使用JOptionPane类创建对话框,通过制作“设置字体”对话框,掌握列表框、单选按钮、组合框等组件的使用,了解打包工具JAR的使用 -progress of the design and master color selector dialog box use, the paper selector dialog box, use category JOptionPane create dialog, through the production of "Set font" dialog box, master list box, radio button, the combination of components such as the frame to use, understand the JAR tool bundles use
Platform: | Size: 8861 | Author: 周腾裕 | Hits:

[Other resourcejavacaaton1

Description: 双缓冲技术: 另一种减小帧之间的闪烁的方法是使用双缓冲,它在许多动画applet 中被使用。 主要原理是创建一个后台图象,将一帧画入图象,然后调用drawImage() 将整个图象一次画到屏幕上去。好处是大部分绘制是离屏的。将离屏图象一次 绘至屏幕上比直接在屏幕上绘制要有效得多。 双缓冲可以使动画平滑,但有一个缺点,要分配一张后台图象,如果图象 相当大,这将需要很大一块内存-double buffering technology : a reduced frame between the flashing method is to use double buffering, in many applet animation are used. The main principle is to create a background image of a painting into images, then called drawImage () to the entire image to a screen painted up. Most benefits are drawn from the screen. Leaving screen image to a painting directly on the screen than on the screen mapping can be much more effective. Double Buffer can make the animation smooth, but there is a drawback to allocate a background image, image considerably, which will require a lot of memory
Platform: | Size: 1138 | Author: 刘伟 | Hits:

[File OperateExcelandVB

Description: 用VB创建EXCEL文件的实例,输入数据到EXCEL表中,并作一些字体边框的调整-VB to create Excel documents examples of the input data to Excel table, and make some adjustments to the frame fonts
Platform: | Size: 14164 | Author: 姚紫欣 | Hits:

[Other resource5cssCHM

Description: 5日精通css层叠样式表(CHM)什么是层叠样式表,如何建立样式,创建并引用样式类,字体与文本属性,颜色与图像属性,边框属性,滚动条属性,方块属性,滤镜,其它属性-proficient on the 5th css etc style sheet (CHM) What is extraordinarily high, how to establish a pattern, Create and use patterns category, and the text font attributes, color and image attributes, frame attributes, and rolling of the attributes box attributes, filter, and other attributes
Platform: | Size: 59085 | Author: liu.jw | Hits:

[Menu controlmulcle

Description: 一个SDI(单文档界面)的应用,通过File菜单中的Create New Frame命令能够创建一个位于顶层的SDI应用,但关闭主应用后其它的窗口也将关闭,程序由Visual C++ 5.0开发-an SDI (single-document interface) applications, through the File menu on the Create New Frame order to create one at the top of SDI applications, but closed after the other main application window will be closed and procedures developed in Visual C 5.0
Platform: | Size: 30720 | Author: 王西 | Hits:

[ToolBarmfc_general_ctrlbars

Description: Multiple control bars in a frame window, selective hiding and showing of control bars, and dynamic rearrangement of controls along the border of the frame window. The control bars are allocated space in the frame window according to their Z-order, which initially is the order in which they are created (see CMainFrame::OnCreate). CTRLBARS changes the Z-order of the dialog bar with the CWnd::SetWindowPos function. It hides or shows a control bar using CWnd::ShowWindow. Whenever CTRLBARS changes the Z-order or hides or shows a control bar, it calls CFrameWnd::RecalcLayout afterward so that the window real estate is reallocated to the remaining visible control bars. -Multiple control bars in a frame window, selective hiding and showing of control bars, and dynamic rearrangement of controls along the border of the frame window. The control bars are allocated space in the frame window according to their Z-order, which initially is the order in which they are created (see CMainFrame:: OnCreate). CTRLBARS changes the Z-order of the dialog bar with the CWnd:: SetWindowPos function. It hides or shows a control bar using CWnd:: ShowWindow. Whenever CTRLBARS changes the Z-order or hides or shows a control bar, it calls CFrameWnd:: RecalcLayout afterward so that the window real estate is reallocated to the remaining visible control bars.
Platform: | Size: 21504 | Author: srom chen | Hits:

[Picture ViewerFormTest

Description: 在Framework中显示一个View。通过菜单或按钮切换成不同的view。假设有三种view: CViewA, CViewB,CViewC。用三个常数表示他们不显示时的control ID. enum eView {ViewA, ViewB, ViewC} 在CMainFrame 加上下面一个函数就可以实现不同窗口的切换了。很易懂,唯一没有说的就是CCreateContext context,这是每次Create一个view时必须设定的。其实也就是m_pCurrentDoc这个指向当前document class的指针需要设定,其它的取默认值就可以了。-Framework shown in a View. Through the menu or button to switch into a different view. Assuming there are three view: CViewA, CViewB, CViewC. Three constants that they do not show when the control ID.enum eView (ViewA, ViewB, ViewC) to add the following in CMainFrame can realize a function of switching a different window. Very easy to understand, the only did not say is CCreateContext context, it is per-Create a view must be set. In fact, that is, m_pCurrentDoc this point to the current document class needs to set the pointer, the other from the default value of it.
Platform: | Size: 34816 | Author: 孙伟 | Hits:

[PropertySheetCHAP02

Description: 本压缩文件为东方天华主编的Visual C++.Net范例入门与提高第2章的代码,其中包含如下程序的代码。 2.1 列表框与组合框编程实例 2.2 树形控件编程实例 2.3 列表视图与扩展组合框编程实例 2.4 进度条与动画控件编程实例 2.5 滚动条与图片框编程实例 2.6 位图按钮编程实例 2.7 日期时间控件编程实例 2.8 工具栏编程实例 2.9 状态栏编程实例 2.10 对话栏编程实例 2.11 动态菜单创建实例 2.12 上下文菜单创建实例 2.13 属性表与属性页编程实例-The compressed file for the editor-in-chief of the East Tianhua Visual C++. Net sample entry and improve the code in Chapter 2, which contains the following procedure code. 2.1 List Box and Combo Box Programming Example 2.2 Example 2.3 Programming tree control list view and combo box to expand programming examples of the progress bar 2.4 programming examples and animation control 2.5 scroll bar with the picture frame Figure 2.6 Examples of programming button programming Example 2.7 Date Time controls programming examples Toolbar 2.8 Status Bar 2.9 Programming Examples Programming Examples Programming Examples 2.10 dialogue column Menu 2.11 Create dynamic instance of the context menu 2.12 Attribute Table 2.13 creation of instances and attributes page programming examples
Platform: | Size: 698368 | Author: 陈小冬 | Hits:

[ComboBoxCode

Description: 讲述MFC AppWizard的原理与MFC程序框架的剖析。AppWizard是一个源代码生成工具,是计算机辅助程序设计工具,WinMain在MFC程序中是如何从源程序中被隐藏的,theApp全局变量是如何被分配的,MFC框架中的几个类的作用与相互关系,MFC框架窗口是如何产生和销毁的,对窗口类的PreCreateWidow和OnCreate两个函数的着重分析,Windows窗口与C++中的CWnd类的关系。-MFC AppWizard on Principle and analysis of MFC Framework. AppWizard is a source code generation tool that is computer-aided process design tools, WinMain in MFC process is how to from the source was hidden, theApp global variable is how the distribution, MFC framework of several types of roles and mutual relations, MFC frame window is how the generation and destruction of the window class PreCreateWidow and OnCreate function of the focus on analysis of the two, Windows window with the C++ the CWnd class relations.
Platform: | Size: 126976 | Author: sanpian | Hits:

[EditBoxgramme_code

Description: 讲述MFC AppWizard的原理与MFC程序框架的剖析。AppWizard是一个源代码生成工具,是计算机辅助程序设计工具,WinMain在MFC程序中是如何从源程序中被隐藏的,theApp全局变量是如何被分配的,MFC框架中的几个类的作用与相互关系,MFC框架窗口是如何产生和销毁的,对窗口类的PreCreateWidow和OnCreate两个函数的着重分析,Windows窗口与C++中的CWnd类的关系。-MFC AppWizard on Principle and analysis of MFC Framework. AppWizard is a source code generation tool that is computer-aided process design tools, WinMain in MFC process is how to from the source was hidden, theApp global variable is how the distribution, MFC framework of several types of roles and mutual relations, MFC frame window is how the generation and destruction of the window class PreCreateWidow and OnCreate function of the focus on analysis of the two, Windows window with the C++ the CWnd class relations.
Platform: | Size: 228352 | Author: sanpian | Hits:

[ComboBoxwindows

Description: 讲述MFC AppWizard的原理与MFC程序框架的剖析。AppWizard是一个源代码生成工具,是计算机辅助程序设计工具,WinMain在MFC程序中是如何从源程序中被隐藏的,theApp全局变量是如何被分配的,MFC框架中的几个类的作用与相互关系,MFC框架窗口是如何产生和销毁的,对窗口类的PreCreateWidow和OnCreate两个函数的着重分析,Windows窗口与C++中的CWnd类的关系。-MFC AppWizard on Principle and analysis of MFC Framework. AppWizard is a source code generation tool that is computer-aided process design tools, WinMain in MFC process is how to from the source was hidden, theApp global variable is how the distribution, MFC framework of several types of roles and mutual relations, MFC frame window is how the generation and destruction of the window class PreCreateWidow and OnCreate function of the focus on analysis of the two, Windows window with the C++ the CWnd class relations.
Platform: | Size: 1044480 | Author: sanpian | Hits:

[Special EffectsMFCappwizad

Description: 讲述MFC AppWizard的原理与MFC程序框架的剖析。AppWizard是一个源代码生成工具,是计算机辅助程序设计工具,WinMain在MFC程序中是如何从源程序中被隐藏的,theApp全局变量是如何被分配的,MFC框架中的几个类的作用与相互关系,MFC框架窗口是如何产生和销毁的,对窗口类的PreCreateWidow和OnCreate两个函数的着重分析,Windows窗口与C++中的CWnd类的关系。-MFC AppWizard on Principle and analysis of MFC Framework. AppWizard is a source code generation tool that is computer-aided process design tools, WinMain in MFC process is how to from the source was hidden, theApp global variable is how the distribution, MFC framework of several types of roles and mutual relations, MFC frame window is how the generation and destruction of the window class PreCreateWidow and OnCreate function of the focus on analysis of the two, Windows window with the C++ the CWnd class relations.
Platform: | Size: 46080 | Author: 王英妹 | Hits:

[Graph Drawingdraw_picture_software

Description: 1.建立自己的工程:单文档 2.建立程序图标 3.将ColorPane, MyImage, MyToolbar, OptionZone程序加入到工程中 4.建立Toolbar资源:IDR_COLORPANE 5.在MainFrm.h中加入 CColorPane m_wndColorPane 6.在MainFrm.cpp的OnCreate中加入与ColorPane有关的代码。 7.在ResourceView中修改Toolbar中IDR_MAINFRAME的内容,包括各图标的ID。 8.在class CMainFrame中添加 CMyToolBar m_wndToolBar 9.在MainFrm.cpp中添加m_wndToolBar相应的代码。 10.在View中添加绘图功能,注意:不要用它的m_pdcMem。以后将用矢量绘图。 11.实现橡皮筋绘图方法。(用XOR技术)-1. To establish their own works: Single Document 2. Establish procedures icon 3. Will ColorPane, MyImage, MyToolbar, OptionZone procedures added to the project 4. Establish Toolbar Resources: IDR_COLORPANE5. In MainFrm.h add CColorPane m_wndColorPane 6. In MainFrm . cpp s OnCreate add ColorPane the relevant code. 7. ResourceView modify the content of Toolbar in IDR_MAINFRAME, including the icon s ID. 8. In the class CMainFrame add CMyToolBar m_wndToolBar 9. In MainFrm.cpp add m_wndToolBar corresponding code. 10. In View to add graphics capabilities, Note: Do not use it m_pdcMem. Vector graphics will be used later. 11. The realization of rubber band mapping method. (Using XOR Technology)
Platform: | Size: 449536 | Author: coolrainy | Hits:

[.netMicrosoftSolutionFramework

Description: MSF (Microsoft Solution Framework)基本概念讲解。包括: 第1章 商务解决方案设计 第2章 收集和分析信息 第3章 解决方案的构思 第4章 概念设计的创建 第5章 逻辑设计的创建 第6章 物理设计的创建 第7章 表示层的设计 第8章 数据层的设计 第9章 设计安全规范 第10章 完成计划阶段 第11章 稳定和部署方案 -MSF (Microsoft Solution Framework) to explain the basic concepts. Include: Chapter 1 Business Solutions Design Chapter 2 to collect and analyze information in Chapter 3 the idea of solutions Chapter 4 to create the conceptual design of Chapter 5 of the Create Logical Design Physical Design Chapter 6 the creation of Chapter 7 that the layer Design Chapter 8 data layers design Chapter 9 Design of safety norms in Chapter 10 to complete the planning stage in Chapter 11 of the stability and deployment program
Platform: | Size: 7577600 | Author: li | Hits:

[Delphi VCLdelphi_TFrame_test

Description: ***delphi中的TFrame类使用方法示例*** 这个类,我们称之为TFrame框架组件,使程序开发人员能够可视化的设置一组组件,之后系统中对它进行重用。 TFrame框架有两个主要的好处: 第一、TFrame框架可大幅减少需要存储在工程中的资源量。 第二、TFrame框架允许你可视化的创建能复制和扩展的对象。 对可视化窗体继承允许你很简单的创建由继承得来的窗体。每一个框架保持它与父TFrame的关系,即对父类的改变将自动被实例继承。虽然你可以用TPanel组件达到同样的效果,但它只局限于基于代码的操作, 即你必须写代码来手工定义TPanel上的子孙控件。 在这个示例代码中,通过点击不同的按钮, 在TPanel上加载不同的TFrame实例,而这 这些不同的实例都是从一个公共的父Frame 继承。父Frame在uFrameBase.pas和uFrameDeviceBase中定义,两个子Frame 在unit1.pas和unit2.pas中定义,FrameManager.pas中定义了加载TFrame的 实现函数。-*** Delphi in TFrame class example of use*** This class, which we call TFrame framework components, so that application developers can set the visual set of components for reuse it after the system. TFrame framework has two main benefits: First, TFrame framework can significantly reduce the need to store the amount of resources in the project. Second, TFrame framework allows you to create visual objects can be replicated and expanded. Of visual form inheritance allows you to create a simple form obtained by inheritance. Each frame to maintain its relationship with the parent TFrame that changes in the parent class instance will automatically be inherited. Although you can use TPanel components to achieve the same effect, but it is only limited to the operation code-based, That you must write code to manually define TPanel the descendants control. In this example code, by clicking on different buttons, Loaded in different TFrame TPanel instance, which These different i
Platform: | Size: 5474304 | Author: little_cui | Hits:

[FlashMXflex-iframe-1.4.3

Description: 利用flex建立HTML网页浏览器源码,主要结合iframe的应用-Using flex create HTML web browser source code, the main application with iframe
Platform: | Size: 7712768 | Author: XINGJI | Hits:

[JSP/JavaAnimationDrawable

Description: An object used to create frame-by-frame animations, defined by a series of Drawable objects, which can be used as a View object s background for Andriod.
Platform: | Size: 3072 | Author: yuilanjo | Hits:

[Windows DevelopAnimationDrawable

Description: An object used to create frame-by-frame animations, defined by a series of Drawable objects, which can be used as a View object s background.
Platform: | Size: 3072 | Author: fiujexeng | Hits:
« 12 3 4 5 6 7 8 9 10 »

CodeBus www.codebus.net